|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwiiusej.wiiuseapirequest.WiiUseApiRequest
public class WiiUseApiRequest
Represents a request we could do to the WiiUse API.
| Field Summary | |
|---|---|
private int |
requestType
|
private int |
wiimoteId
|
static int |
WIIUSE_ACCEL_THRESHOLHD_REQUEST
|
static int |
WIIUSE_ACTIVATE_CONTINUOUS_REQUEST
|
static int |
WIIUSE_ACTIVATE_IR_TRACKING_REQUEST
|
static int |
WIIUSE_ACTIVATE_MOTION_SENSING_REQUEST
|
static int |
WIIUSE_ACTIVATE_RUMBLE_REQUEST
|
static int |
WIIUSE_ACTIVATE_SMOOTHING_REQUEST
|
static int |
WIIUSE_ALPHA_SMOOTHING_REQUEST
|
static int |
WIIUSE_ASPECT_RATIO_16_9
|
static int |
WIIUSE_ASPECT_RATIO_4_3
|
static int |
WIIUSE_CLOSE_CONNECTION_REQUEST
|
static int |
WIIUSE_DEACTIVATE_CONTINUOUS_REQUEST
|
static int |
WIIUSE_DEACTIVATE_IR_TRACKING_REQUEST
|
static int |
WIIUSE_DEACTIVATE_MOTION_SENSING_REQUEST
|
static int |
WIIUSE_DEACTIVATE_RUMBLE_REQUEST
|
static int |
WIIUSE_DEACTIVATE_SMOOTHING_REQUEST
|
static int |
WIIUSE_LEDS_REQUEST
|
static int |
WIIUSE_ORIENT_THRESHOLHD_REQUEST
|
static int |
WIIUSE_RESYNC
|
static int |
WIIUSE_SENSOR_BAR_ABOVE
|
static int |
WIIUSE_SENSOR_BAR_BELOW
|
static int |
WIIUSE_SET_VIRTUAL_RESOLUTION
|
static int |
WIIUSE_STATUS_REQUEST
|
| Constructor Summary | |
|---|---|
WiiUseApiRequest(int id)
Constructor setting the id of the wiimote concerned. |
|
WiiUseApiRequest(int id,
int type)
Constructor setting the id of the wiimote concerned. |
|
| Method Summary | |
|---|---|
int |
getId()
Get id of the wiimote concerned by this request. |
int |
getRequestType()
Get the request type. |
void |
setId(int id)
Set id of the wiimote concerned by this request. |
void |
setRequestType(int requestType)
Set the request type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int WIIUSE_STATUS_REQUEST
public static int WIIUSE_ACTIVATE_SMOOTHING_REQUEST
public static int WIIUSE_DEACTIVATE_SMOOTHING_REQUEST
public static int WIIUSE_ACTIVATE_IR_TRACKING_REQUEST
public static int WIIUSE_DEACTIVATE_IR_TRACKING_REQUEST
public static int WIIUSE_ACTIVATE_MOTION_SENSING_REQUEST
public static int WIIUSE_DEACTIVATE_MOTION_SENSING_REQUEST
public static int WIIUSE_CLOSE_CONNECTION_REQUEST
public static int WIIUSE_ACTIVATE_CONTINUOUS_REQUEST
public static int WIIUSE_DEACTIVATE_CONTINUOUS_REQUEST
public static int WIIUSE_ACTIVATE_RUMBLE_REQUEST
public static int WIIUSE_DEACTIVATE_RUMBLE_REQUEST
public static int WIIUSE_LEDS_REQUEST
public static int WIIUSE_ORIENT_THRESHOLHD_REQUEST
public static int WIIUSE_ACCEL_THRESHOLHD_REQUEST
public static int WIIUSE_ALPHA_SMOOTHING_REQUEST
public static int WIIUSE_RESYNC
public static int WIIUSE_ASPECT_RATIO_4_3
public static int WIIUSE_ASPECT_RATIO_16_9
public static int WIIUSE_SENSOR_BAR_ABOVE
public static int WIIUSE_SENSOR_BAR_BELOW
public static int WIIUSE_SET_VIRTUAL_RESOLUTION
private int wiimoteId
private int requestType
| Constructor Detail |
|---|
public WiiUseApiRequest(int id)
id - the id of the wiimote concerned.
public WiiUseApiRequest(int id,
int type)
id - the id of the wiimote concerned.| Method Detail |
|---|
public int getId()
public void setId(int id)
id - id fh the wiimote concernetpublic int getRequestType()
public void setRequestType(int requestType)
requestType - the requestType to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||